翻訳と辞書
Words near each other
・ Comparison of train and tram tracks
・ Comparison of type systems
・ Comparison of U.S. state governments
・ Comparison of Unicode encodings
・ Comparison of United Kingdom and United States military ranks
・ Comparison of United States incarceration rate with other countries
・ Comparison of United States presidential candidates, 2008
・ Comparison of UPnP AV media servers
・ Comparison of US and Chinese Military Armed Forces
・ Comparison of usability evaluation methods
・ Comparison of Usenet newsreaders
・ Comparison of user interface markup languages
・ Comparison of vector algebra and geometric algebra
・ Comparison of Vector Formats (GIS)
・ Comparison of vector graphics editors
Comparison of version control software
・ Comparison of video codecs
・ Comparison of video container formats
・ Comparison of video converters
・ Comparison of video editing software
・ Comparison of video hosting services
・ Comparison of video player software
・ Comparison of video streaming aggregators
・ Comparison of vinyl emulation software
・ Comparison of virtual machines
・ Comparison of Visual Basic and Visual Basic .NET
・ Comparison of VMware Fusion and Parallels Desktop
・ Comparison of VoIP software
・ Comparison of web application frameworks
・ Comparison of web browser engines


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Comparison of version control software : ウィキペディア英語版
Comparison of version control software

The following is a comparison of version control software. The following tables include general and technical information on notable version control and software configuration management (SCM) software. For SCM software not suitable for source code, see Comparison of open source configuration management software.
== General information ==

"Repository model" describes the relationship between various copies of the source code repository. In a client–server model, users access a master repository via a client; typically, their local machines hold only a working copy of a project tree. Changes in one working copy must be committed to the master repository before they are propagated to other users. In a distributed model, repositories act as peers, and users typically have a local repository with version history available, in addition to their working copies.
"Concurrency model" describes how changes to the working copy are managed to prevent simultaneous edits from causing nonsensical data in the repository. In a ''lock'' model, changes are disallowed until the user requests and receives an exclusive lock on the file from the master repository. In a ''merge'' model, users may freely edit files, but are informed of possible conflicts upon checking their changes into the repository, whereupon the version control system may merge changes on both sides, or let the user decide when conflicts arise. Note that distributed version control almost always implies a merge concurrency model.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Comparison of version control software」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.